projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebe15e2
)
(x_set_scroll_bar_width): Move cursor to the
author
Richard M. Stallman
<rms@gnu.org>
Fri, 27 Sep 1996 23:44:49 +0000
(23:44 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 27 Sep 1996 23:44:49 +0000
(23:44 +0000)
left margin, past a scroll bar, if any.
src/xfns.c
patch
|
blob
|
history
diff --git
a/src/xfns.c
b/src/xfns.c
index 76ad6f2412f16133f0beeba99412c04e83d3b46b..d73c20c20c2c3102d3d3e7c1da7ba2d345d97f1b 100644
(file)
--- a/
src/xfns.c
+++ b/
src/xfns.c
@@
-1988,6
+1988,7
@@
x_set_scroll_bar_width (f, arg, oldval)
}
change_frame_size (f, 0, FRAME_WIDTH (f), 0, 0);
+ FRAME_CURSOR_X (f) = FRAME_LEFT_SCROLL_BAR_WIDTH (f);
}
\f
/* Subroutines of creating an X frame. */